home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global move, s
- sound playFile 2, "ting.AIF"
- set move to 1
- repeat with s = 48 down to 1
- puppetSprite(s, 0)
- end repeat
- sound stop 1
- sound stop 2
- finishMovie()
- tell the stage
- play frame "OPEN" of movie "HELP.DIR"
- end tell
- end
-